CurrentStats
Description
A singleton object used to contain various current level stats.
CurrentStats |
- - expansionTime : float
- - instance : static CurrentStats
- - level : int
- + levelChanged : Action
- - mode : MODE
- - score : float
- + scoreChanged : Action
- ExpansionTime : float (Property with public getter and public setter)
- Instance : static CurrentStats (Property with public getter and no setter)
- Level : int (Property with public getter and public setter)
- Score : float (Property with public getter and public setter)
|
- - CurrentStats()
- + Reset() : static void
|